Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 386 Bytes

16.22.5 - 4.1.2.md

File metadata and controls

9 lines (8 loc) · 386 Bytes

4.1.2

  • 增加socket_hook
  • 修复嵌套协程的BUG
  • 修复协程中退出时传入变量引用计数问题
  • 协程MySQLquery, prepare, execute 默认不超时, 符合文档API描述
  • 协程MySQL事务操作禁止使用defer模式, 需开发者明确用途, 并发开启事务可用query代替
  • 修复mmap MAP_FAILED 返回值检测的问题
  • 增加PECL打包检测